PDFPortfolioAttributeDefinitionType Enumeration
In This Topic
Defines the supported data types for portfolio attributes.
Members
| Member | Description |
| CREATION_DATE | Creation date of the file in the document attachment. |
| DATE | Date attribute. |
| DESCRIPTION | Description of the document attachment. |
| FILE_NAME | File name of the document attachment. |
| MOD_DATE | Modification date of the file in the document attachment. |
| NO_TYPE | The attribute has no data type associated with it. |
| NUMBER | Number attribute. |
| SIZE | Size of the file in the document attachment. |
| STRING | Text attribute. |
| UNKNOWN | Unknown data type. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.portfolios.PDFPortfolioAttributeDefinitionType
See Also